\(\int \frac {\cosh (c+d x) \coth (c+d x)}{a+b \sinh (c+d x)} \, dx\) [428]

   Optimal result
   Rubi [A] (verified)
   Mathematica [A] (verified)
   Maple [A] (verified)
   Fricas [B] (verification not implemented)
   Sympy [F]
   Maxima [A] (verification not implemented)
   Giac [A] (verification not implemented)
   Mupad [B] (verification not implemented)

Optimal result

Integrand size = 25, antiderivative size = 71 \[ \int \frac {\cosh (c+d x) \coth (c+d x)}{a+b \sinh (c+d x)} \, dx=\frac {x}{b}-\frac {\text {arctanh}(\cosh (c+d x))}{a d}+\frac {2 \sqrt {a^2+b^2} \text {arctanh}\left (\frac {b-a \tanh \left (\frac {1}{2} (c+d x)\right )}{\sqrt {a^2+b^2}}\right )}{a b d} \]

[Out]

x/b-arctanh(cosh(d*x+c))/a/d+2*arctanh((b-a*tanh(1/2*d*x+1/2*c))/(a^2+b^2)^(1/2))*(a^2+b^2)^(1/2)/a/b/d

Rubi [A] (verified)

Time = 0.15 (sec) , antiderivative size = 71, normalized size of antiderivative = 1.00, number of steps used = 6, number of rules used = 6, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.240, Rules used = {2968, 3137, 2739, 632, 210, 3855} \[ \int \frac {\cosh (c+d x) \coth (c+d x)}{a+b \sinh (c+d x)} \, dx=\frac {2 \sqrt {a^2+b^2} \text {arctanh}\left (\frac {b-a \tanh \left (\frac {1}{2} (c+d x)\right )}{\sqrt {a^2+b^2}}\right )}{a b d}-\frac {\text {arctanh}(\cosh (c+d x))}{a d}+\frac {x}{b} \]

[In]

Int[(Cosh[c + d*x]*Coth[c + d*x])/(a + b*Sinh[c + d*x]),x]

[Out]

x/b - ArcTanh[Cosh[c + d*x]]/(a*d) + (2*Sqrt[a^2 + b^2]*ArcTanh[(b - a*Tanh[(c + d*x)/2])/Sqrt[a^2 + b^2]])/(a
*b*d)

Rule 210

Int[((a_) + (b_.)*(x_)^2)^(-1), x_Symbol] :> Simp[(-(Rt[-a, 2]*Rt[-b, 2])^(-1))*ArcTan[Rt[-b, 2]*(x/Rt[-a, 2])
], x] /; FreeQ[{a, b}, x] && PosQ[a/b] && (LtQ[a, 0] || LtQ[b, 0])

Rule 632

Int[((a_.) + (b_.)*(x_) + (c_.)*(x_)^2)^(-1), x_Symbol] :> Dist[-2, Subst[Int[1/Simp[b^2 - 4*a*c - x^2, x], x]
, x, b + 2*c*x], x] /; FreeQ[{a, b, c}, x] && NeQ[b^2 - 4*a*c, 0]

Rule 2739

Int[((a_) + (b_.)*sin[(c_.) + (d_.)*(x_)])^(-1), x_Symbol] :> With[{e = FreeFactors[Tan[(c + d*x)/2], x]}, Dis
t[2*(e/d), Subst[Int[1/(a + 2*b*e*x + a*e^2*x^2), x], x, Tan[(c + d*x)/2]/e], x]] /; FreeQ[{a, b, c, d}, x] &&
 NeQ[a^2 - b^2, 0]

Rule 2968

Int[cos[(e_.) + (f_.)*(x_)]^2*((d_.)*sin[(e_.) + (f_.)*(x_)])^(n_)*((a_) + (b_.)*sin[(e_.) + (f_.)*(x_)])^(m_)
, x_Symbol] :> Int[(d*Sin[e + f*x])^n*(a + b*Sin[e + f*x])^m*(1 - Sin[e + f*x]^2), x] /; FreeQ[{a, b, d, e, f,
 m, n}, x] && NeQ[a^2 - b^2, 0] && (IGtQ[m, 0] || IntegersQ[2*m, 2*n])

Rule 3137

Int[((A_.) + (C_.)*sin[(e_.) + (f_.)*(x_)]^2)/(((a_) + (b_.)*sin[(e_.) + (f_.)*(x_)])*((c_.) + (d_.)*sin[(e_.)
 + (f_.)*(x_)])), x_Symbol] :> Simp[C*(x/(b*d)), x] + (Dist[(A*b^2 + a^2*C)/(b*(b*c - a*d)), Int[1/(a + b*Sin[
e + f*x]), x], x] - Dist[(c^2*C + A*d^2)/(d*(b*c - a*d)), Int[1/(c + d*Sin[e + f*x]), x], x]) /; FreeQ[{a, b,
c, d, e, f, A, C}, x] && NeQ[b*c - a*d, 0] && NeQ[a^2 - b^2, 0] && NeQ[c^2 - d^2, 0]

Rule 3855

Int[csc[(c_.) + (d_.)*(x_)], x_Symbol] :> Simp[-ArcTanh[Cos[c + d*x]]/d, x] /; FreeQ[{c, d}, x]

Rubi steps \begin{align*} \text {integral}& = \int \frac {\text {csch}(c+d x) \left (1+\sinh ^2(c+d x)\right )}{a+b \sinh (c+d x)} \, dx \\ & = \frac {x}{b}+\frac {\int \text {csch}(c+d x) \, dx}{a}-\frac {\left (a^2+b^2\right ) \int \frac {1}{a+b \sinh (c+d x)} \, dx}{a b} \\ & = \frac {x}{b}-\frac {\text {arctanh}(\cosh (c+d x))}{a d}+\frac {\left (2 i \left (a^2+b^2\right )\right ) \text {Subst}\left (\int \frac {1}{a-2 i b x+a x^2} \, dx,x,\tan \left (\frac {1}{2} (i c+i d x)\right )\right )}{a b d} \\ & = \frac {x}{b}-\frac {\text {arctanh}(\cosh (c+d x))}{a d}-\frac {\left (4 i \left (a^2+b^2\right )\right ) \text {Subst}\left (\int \frac {1}{-4 \left (a^2+b^2\right )-x^2} \, dx,x,-2 i b+2 a \tan \left (\frac {1}{2} (i c+i d x)\right )\right )}{a b d} \\ & = \frac {x}{b}-\frac {\text {arctanh}(\cosh (c+d x))}{a d}+\frac {2 \sqrt {a^2+b^2} \text {arctanh}\left (\frac {b-a \tanh \left (\frac {1}{2} (c+d x)\right )}{\sqrt {a^2+b^2}}\right )}{a b d} \\ \end{align*}

Mathematica [A] (verified)

Time = 0.31 (sec) , antiderivative size = 94, normalized size of antiderivative = 1.32 \[ \int \frac {\cosh (c+d x) \coth (c+d x)}{a+b \sinh (c+d x)} \, dx=\frac {a c+a d x+2 \sqrt {-a^2-b^2} \arctan \left (\frac {b-a \tanh \left (\frac {1}{2} (c+d x)\right )}{\sqrt {-a^2-b^2}}\right )-b \log \left (\cosh \left (\frac {1}{2} (c+d x)\right )\right )+b \log \left (\sinh \left (\frac {1}{2} (c+d x)\right )\right )}{a b d} \]

[In]

Integrate[(Cosh[c + d*x]*Coth[c + d*x])/(a + b*Sinh[c + d*x]),x]

[Out]

(a*c + a*d*x + 2*Sqrt[-a^2 - b^2]*ArcTan[(b - a*Tanh[(c + d*x)/2])/Sqrt[-a^2 - b^2]] - b*Log[Cosh[(c + d*x)/2]
] + b*Log[Sinh[(c + d*x)/2]])/(a*b*d)

Maple [A] (verified)

Time = 1.54 (sec) , antiderivative size = 109, normalized size of antiderivative = 1.54

method result size
derivativedivides \(\frac {-\frac {\ln \left (\tanh \left (\frac {d x}{2}+\frac {c}{2}\right )-1\right )}{b}-\frac {\left (2 a^{2}+2 b^{2}\right ) \operatorname {arctanh}\left (\frac {2 a \tanh \left (\frac {d x}{2}+\frac {c}{2}\right )-2 b}{2 \sqrt {a^{2}+b^{2}}}\right )}{a b \sqrt {a^{2}+b^{2}}}+\frac {\ln \left (\tanh \left (\frac {d x}{2}+\frac {c}{2}\right )+1\right )}{b}+\frac {\ln \left (\tanh \left (\frac {d x}{2}+\frac {c}{2}\right )\right )}{a}}{d}\) \(109\)
default \(\frac {-\frac {\ln \left (\tanh \left (\frac {d x}{2}+\frac {c}{2}\right )-1\right )}{b}-\frac {\left (2 a^{2}+2 b^{2}\right ) \operatorname {arctanh}\left (\frac {2 a \tanh \left (\frac {d x}{2}+\frac {c}{2}\right )-2 b}{2 \sqrt {a^{2}+b^{2}}}\right )}{a b \sqrt {a^{2}+b^{2}}}+\frac {\ln \left (\tanh \left (\frac {d x}{2}+\frac {c}{2}\right )+1\right )}{b}+\frac {\ln \left (\tanh \left (\frac {d x}{2}+\frac {c}{2}\right )\right )}{a}}{d}\) \(109\)
risch \(\frac {x}{b}+\frac {\ln \left ({\mathrm e}^{d x +c}-1\right )}{d a}-\frac {\ln \left ({\mathrm e}^{d x +c}+1\right )}{d a}+\frac {\sqrt {a^{2}+b^{2}}\, \ln \left ({\mathrm e}^{d x +c}+\frac {a +\sqrt {a^{2}+b^{2}}}{b}\right )}{d b a}-\frac {\sqrt {a^{2}+b^{2}}\, \ln \left ({\mathrm e}^{d x +c}-\frac {-a +\sqrt {a^{2}+b^{2}}}{b}\right )}{d b a}\) \(128\)

[In]

int(cosh(d*x+c)*coth(d*x+c)/(a+b*sinh(d*x+c)),x,method=_RETURNVERBOSE)

[Out]

1/d*(-1/b*ln(tanh(1/2*d*x+1/2*c)-1)-(2*a^2+2*b^2)/a/b/(a^2+b^2)^(1/2)*arctanh(1/2*(2*a*tanh(1/2*d*x+1/2*c)-2*b
)/(a^2+b^2)^(1/2))+1/b*ln(tanh(1/2*d*x+1/2*c)+1)+1/a*ln(tanh(1/2*d*x+1/2*c)))

Fricas [B] (verification not implemented)

Leaf count of result is larger than twice the leaf count of optimal. 209 vs. \(2 (68) = 136\).

Time = 0.29 (sec) , antiderivative size = 209, normalized size of antiderivative = 2.94 \[ \int \frac {\cosh (c+d x) \coth (c+d x)}{a+b \sinh (c+d x)} \, dx=\frac {a d x - b \log \left (\cosh \left (d x + c\right ) + \sinh \left (d x + c\right ) + 1\right ) + b \log \left (\cosh \left (d x + c\right ) + \sinh \left (d x + c\right ) - 1\right ) + \sqrt {a^{2} + b^{2}} \log \left (\frac {b^{2} \cosh \left (d x + c\right )^{2} + b^{2} \sinh \left (d x + c\right )^{2} + 2 \, a b \cosh \left (d x + c\right ) + 2 \, a^{2} + b^{2} + 2 \, {\left (b^{2} \cosh \left (d x + c\right ) + a b\right )} \sinh \left (d x + c\right ) + 2 \, \sqrt {a^{2} + b^{2}} {\left (b \cosh \left (d x + c\right ) + b \sinh \left (d x + c\right ) + a\right )}}{b \cosh \left (d x + c\right )^{2} + b \sinh \left (d x + c\right )^{2} + 2 \, a \cosh \left (d x + c\right ) + 2 \, {\left (b \cosh \left (d x + c\right ) + a\right )} \sinh \left (d x + c\right ) - b}\right )}{a b d} \]

[In]

integrate(cosh(d*x+c)*coth(d*x+c)/(a+b*sinh(d*x+c)),x, algorithm="fricas")

[Out]

(a*d*x - b*log(cosh(d*x + c) + sinh(d*x + c) + 1) + b*log(cosh(d*x + c) + sinh(d*x + c) - 1) + sqrt(a^2 + b^2)
*log((b^2*cosh(d*x + c)^2 + b^2*sinh(d*x + c)^2 + 2*a*b*cosh(d*x + c) + 2*a^2 + b^2 + 2*(b^2*cosh(d*x + c) + a
*b)*sinh(d*x + c) + 2*sqrt(a^2 + b^2)*(b*cosh(d*x + c) + b*sinh(d*x + c) + a))/(b*cosh(d*x + c)^2 + b*sinh(d*x
 + c)^2 + 2*a*cosh(d*x + c) + 2*(b*cosh(d*x + c) + a)*sinh(d*x + c) - b)))/(a*b*d)

Sympy [F]

\[ \int \frac {\cosh (c+d x) \coth (c+d x)}{a+b \sinh (c+d x)} \, dx=\int \frac {\cosh {\left (c + d x \right )} \coth {\left (c + d x \right )}}{a + b \sinh {\left (c + d x \right )}}\, dx \]

[In]

integrate(cosh(d*x+c)*coth(d*x+c)/(a+b*sinh(d*x+c)),x)

[Out]

Integral(cosh(c + d*x)*coth(c + d*x)/(a + b*sinh(c + d*x)), x)

Maxima [A] (verification not implemented)

none

Time = 0.28 (sec) , antiderivative size = 126, normalized size of antiderivative = 1.77 \[ \int \frac {\cosh (c+d x) \coth (c+d x)}{a+b \sinh (c+d x)} \, dx=\frac {d x + c}{b d} - \frac {\log \left (e^{\left (-d x - c\right )} + 1\right )}{a d} + \frac {\log \left (e^{\left (-d x - c\right )} - 1\right )}{a d} - \frac {\sqrt {a^{2} + b^{2}} \log \left (\frac {b e^{\left (-d x - c\right )} - a - \sqrt {a^{2} + b^{2}}}{b e^{\left (-d x - c\right )} - a + \sqrt {a^{2} + b^{2}}}\right )}{a b d} \]

[In]

integrate(cosh(d*x+c)*coth(d*x+c)/(a+b*sinh(d*x+c)),x, algorithm="maxima")

[Out]

(d*x + c)/(b*d) - log(e^(-d*x - c) + 1)/(a*d) + log(e^(-d*x - c) - 1)/(a*d) - sqrt(a^2 + b^2)*log((b*e^(-d*x -
 c) - a - sqrt(a^2 + b^2))/(b*e^(-d*x - c) - a + sqrt(a^2 + b^2)))/(a*b*d)

Giac [A] (verification not implemented)

none

Time = 0.32 (sec) , antiderivative size = 113, normalized size of antiderivative = 1.59 \[ \int \frac {\cosh (c+d x) \coth (c+d x)}{a+b \sinh (c+d x)} \, dx=\frac {\frac {d x + c}{b} - \frac {\log \left (e^{\left (d x + c\right )} + 1\right )}{a} + \frac {\log \left ({\left | e^{\left (d x + c\right )} - 1 \right |}\right )}{a} - \frac {\sqrt {a^{2} + b^{2}} \log \left (\frac {{\left | 2 \, b e^{\left (d x + c\right )} + 2 \, a - 2 \, \sqrt {a^{2} + b^{2}} \right |}}{{\left | 2 \, b e^{\left (d x + c\right )} + 2 \, a + 2 \, \sqrt {a^{2} + b^{2}} \right |}}\right )}{a b}}{d} \]

[In]

integrate(cosh(d*x+c)*coth(d*x+c)/(a+b*sinh(d*x+c)),x, algorithm="giac")

[Out]

((d*x + c)/b - log(e^(d*x + c) + 1)/a + log(abs(e^(d*x + c) - 1))/a - sqrt(a^2 + b^2)*log(abs(2*b*e^(d*x + c)
+ 2*a - 2*sqrt(a^2 + b^2))/abs(2*b*e^(d*x + c) + 2*a + 2*sqrt(a^2 + b^2)))/(a*b))/d

Mupad [B] (verification not implemented)

Time = 1.21 (sec) , antiderivative size = 384, normalized size of antiderivative = 5.41 \[ \int \frac {\cosh (c+d x) \coth (c+d x)}{a+b \sinh (c+d x)} \, dx=\frac {x}{b}+\frac {\ln \left (32\,a\,b^2+32\,a^3-32\,a^3\,{\mathrm {e}}^{d\,x}\,{\mathrm {e}}^c-32\,a\,b^2\,{\mathrm {e}}^{d\,x}\,{\mathrm {e}}^c\right )}{a\,d}-\frac {\ln \left (32\,a\,b^2+32\,a^3+32\,a^3\,{\mathrm {e}}^{d\,x}\,{\mathrm {e}}^c+32\,a\,b^2\,{\mathrm {e}}^{d\,x}\,{\mathrm {e}}^c\right )}{a\,d}-\frac {\ln \left (128\,a^5\,{\mathrm {e}}^{d\,x}\,{\mathrm {e}}^c-64\,a^2\,b^3-64\,a^4\,b-32\,a\,b^3\,\sqrt {a^2+b^2}-64\,a^3\,b\,\sqrt {a^2+b^2}+160\,a^3\,b^2\,{\mathrm {e}}^{d\,x}\,{\mathrm {e}}^c+128\,a^4\,{\mathrm {e}}^{d\,x}\,{\mathrm {e}}^c\,\sqrt {a^2+b^2}+32\,a\,b^4\,{\mathrm {e}}^{d\,x}\,{\mathrm {e}}^c+96\,a^2\,b^2\,{\mathrm {e}}^{d\,x}\,{\mathrm {e}}^c\,\sqrt {a^2+b^2}\right )\,\sqrt {a^2+b^2}}{a\,b\,d}+\frac {\ln \left (128\,a^5\,{\mathrm {e}}^{d\,x}\,{\mathrm {e}}^c-64\,a^2\,b^3-64\,a^4\,b+32\,a\,b^3\,\sqrt {a^2+b^2}+64\,a^3\,b\,\sqrt {a^2+b^2}+160\,a^3\,b^2\,{\mathrm {e}}^{d\,x}\,{\mathrm {e}}^c-128\,a^4\,{\mathrm {e}}^{d\,x}\,{\mathrm {e}}^c\,\sqrt {a^2+b^2}+32\,a\,b^4\,{\mathrm {e}}^{d\,x}\,{\mathrm {e}}^c-96\,a^2\,b^2\,{\mathrm {e}}^{d\,x}\,{\mathrm {e}}^c\,\sqrt {a^2+b^2}\right )\,\sqrt {a^2+b^2}}{a\,b\,d} \]

[In]

int((cosh(c + d*x)*coth(c + d*x))/(a + b*sinh(c + d*x)),x)

[Out]

x/b + log(32*a*b^2 + 32*a^3 - 32*a^3*exp(d*x)*exp(c) - 32*a*b^2*exp(d*x)*exp(c))/(a*d) - log(32*a*b^2 + 32*a^3
 + 32*a^3*exp(d*x)*exp(c) + 32*a*b^2*exp(d*x)*exp(c))/(a*d) - (log(128*a^5*exp(d*x)*exp(c) - 64*a^2*b^3 - 64*a
^4*b - 32*a*b^3*(a^2 + b^2)^(1/2) - 64*a^3*b*(a^2 + b^2)^(1/2) + 160*a^3*b^2*exp(d*x)*exp(c) + 128*a^4*exp(d*x
)*exp(c)*(a^2 + b^2)^(1/2) + 32*a*b^4*exp(d*x)*exp(c) + 96*a^2*b^2*exp(d*x)*exp(c)*(a^2 + b^2)^(1/2))*(a^2 + b
^2)^(1/2))/(a*b*d) + (log(128*a^5*exp(d*x)*exp(c) - 64*a^2*b^3 - 64*a^4*b + 32*a*b^3*(a^2 + b^2)^(1/2) + 64*a^
3*b*(a^2 + b^2)^(1/2) + 160*a^3*b^2*exp(d*x)*exp(c) - 128*a^4*exp(d*x)*exp(c)*(a^2 + b^2)^(1/2) + 32*a*b^4*exp
(d*x)*exp(c) - 96*a^2*b^2*exp(d*x)*exp(c)*(a^2 + b^2)^(1/2))*(a^2 + b^2)^(1/2))/(a*b*d)